home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
011
/
mouses.arc
/
M_WP.MSC
< prev
next >
Wrap
Text File
|
1986-08-28
|
6KB
|
203 lines
;
; Multimate Pop-up Menu Configuration (for ver. 3.20) (1/26/84)
; (R) 1984 Peter Goldie (212)-532-0879
;
Comment ("Configured for MultiMate")
;
; Parameters
;
Sensitivity (13, 8)
Hysteresis (1, 1)
ReverseVideo (Yes)
FixedMenu (Yes)
MenuCenter (70, 22)
EnableBeep (Yes)
;
; Cursor Definitions
;
Arrowkeys: Cursor
(
Left ([Left])
Right ([Right])
Up ([Up])
Down ([Down])
)
;
; Button Definitions
;
LBM: Button (Menu(Main))
MB: Button (Keys([Enter]))
RB: Button (Keys([Esc]))
LBO: Button (Menu(OtherMenus))
LBV: Button (Menu(Movement))
LBS: Button (Menu(SpecialPrint))
LBF: Button (Menu(FormatPagint))
LBT: Button (Menu(TabSpacing))
LBL: Button (Menu(LibSearch))
LBC: Button (Menu(ColMan))
LBK: Button (Menu(Key))
;
; Menu Definitions
;
Main: Menu
(
Title ("Main")
Item ("Edit Old Doc (1)", Keys("1"))
Item ("Create New Doc (2)", Keys("2"))
Item ("Print Cur Doc (3)", Keys("3"))
Item ("Print Ctrl Util (4)", Keys("4"))
Item ("Merge Prnt Util (5)", Keys("5"))
Item ("Doc Handle Util (6)", Keys("6"))
Item ("Other Utilities (7)", Keys("7"))
Item ("Spelling Checker (8)",Keys("8"))
Item ("Return to DOS (9)", Keys("9"))
Item ("Save/Exit (F10)", Keys([F10]))
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
Item ("Help", Keys([s-F1]))
)
OtherMenus: Menu
(
Title ("Other Menus")
Item ("Movement and Copy", Menu(Movement),Button(LBV))
Item ("Special Printing", Menu(SpecialPrint),Button(LBS))
Item ("Format and Pagination",Menu(FormatPagint),Button(LBF))
Item ("Spelling-Library-Search",Menu(LibSearch),Button(LBL))
Item ("Tab and Spacing", Menu(TabSpacing),Button(LBT))
Item ("Column Manipulation", Menu(ColMan),Button(LBC))
Item ("Key Procedures", Menu(Key),Button(LBK))
Item ("Main", Keys([F10]),Button(LBM))
Item ("(Save/Resume)", Keys([s-F10]))
Item ("Help", Keys([s-F1]))
)
Movement: Menu
(
Title ("Movement and Copy")
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
Item ("Insert Text", Keys([Ins]))
Item ("Delete Text", Keys([Del]))
Item ("Move Text", Keys([F7]))
Item ("Copy Text", Keys([F8]))
Item ("Line Highlight", Keys([a-F6]))
Item ("Sentence Highlight", Keys([a-F7]))
Item ("Paragraph Highlight", Keys([a-F8]))
Item ("Home", Keys([Home]))
Item ("Top of Page", Keys([c-Home]))
Item ("End of Page", Keys([c-End]))
Item ("Previous Page", Keys([c-PgUp]))
Item ("Next Page", Keys([c-PgDn]))
Item ("GoTo Page", Keys([F1]))
Item ("Set Place Mark", Keys([a-F1]))
Item ("GoTo Place Mark", Keys([c-F1]))
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
)
SpecialPrint: Menu
(
Title ("Special Printing")
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
Item ("Superscript", Keys([a-Q]))
Item ("Subscript", Keys([a-W]))
Item ("Auto Undrln-Text", Keys([a--]))
Item ("Auto Undrln-Alpnum", Keys([a-=]))
Item ("Print Pitch", Keys([a-C]))
Item ("Enhanced Print", Keys([a-N]))
Item ("Bold Print", Keys([a-Z]))
Item ("Shadow Print", Keys([a-X]))
Item ("Draft Print", Keys([a-D]))
Item ("Merge Print Code", Keys([a-M]))
Item ("Printer Ctrl Code", Keys([a-A]))
Item ("Pause Printer", Keys([a-P]))
Item ("Header", Keys([a-H]))
Item ("Footer", Keys([a-F]))
Item ("Auto Page Numbering", Keys("#"))
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
)
FormatPagint: Menu
(
Title ("Format and Pagination")
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
Item ("Format - Change", Keys([F9]))
Item ("Format - Current", Keys([s-F9]))
Item ("Format - System", Keys([c-F9]))
Item ("Format - Page", Keys([a-F9]))
Item ("Format - Delete", Keys([Del][F9][Del]))
Item ("Set Page Length", Keys([a-F2]))
Item ("Page Break", Keys([F2]))
Item ("Required Page Break", Keys([a-B]))
Item ("Page Combine", Keys([s-F2]))
Item ("Repagination", Keys([c-F2]))
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
)
TabSpacing: Menu
(
Title ("Tab and Spacing")
Item ("Center", Keys([F3]))
Item ("Indent", Keys([F4]))
Item ("Decimal Tab", Keys([s-F4]))
Item ("GoTo Tab", Keys([a-T]))
Item ("Hard Space", Keys([a-S]))
Item ("Hyphen (soft)", Keys([s-F7]))
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
)
ColMan: Menu
(
Title ("Column Manipulation")
Item ("Column Manipulate", Keys([s-F3]))
Item ("Insert ", Keys([Ins]))
Item ("Delete ", Keys([Del]))
Item ("Move ", Keys([F7]))
Item ("Copy ", Keys([F8]))
Item ("Horizontal Addition", Keys([c-F3]))
Item ("Vertical Addition", Keys([c-F4]))
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
)
LibSearch: Menu
(
Title ("Spelling-Library-Search")
Item ("Spell Check Document",Keys([a-8]))
Item ("Spell Check Section", Keys([c-F10]))
Item ("Spell Edit", Keys([a-F10]))
Item ("Library Entry", Keys([F5]))
Item ("Library Attachment", Keys([s-F5]))
Item ("External Copy", Keys([s-F8]))
Item ("Search", Keys([F6]))
Item ("Replace", Keys([s-F6]))
Item ("Case Significance", Keys([a-G]))
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
)
Key:Menu
(
Title ("Key Procedures")
Item ("Create", Keys([c-F5]))
Item ("Execute", Keys([c-F8]))
Item ("Pause", Keys([c-F6]))
Item ("Prompt", Keys([c-F7]))
Item ("(F10)", Keys([F10]))
Item ("Other Menus", Menu(OtherMenus),Button(LBO))
)
;
; Mouse Definition
;
Mouse
(
Left (LBM)
Middle (MB)
LeftRight(MB)
Right (RB)
Cursor (Arrowkeys)
)